GET /api/bet_types/d715d653-3eb0-45f4-ae65-20eede9af8fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d715d653-3eb0-45f4-ae65-20eede9af8fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/7af9bc08-e7f9-43f8-a49f-c58e9b900005/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UTEP",
                "amount": 8527.0
            },
            {
                "team": "New Mexico State",
                "amount": 1473.0
            }
        ],
        "expected_reward_tokens": 9379.7,
        "profit_sb": 379.7,
        "profit_sb_percentage": 4.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3f36de6-1f81-4aca-aaf4-bf313a2c2422",
            "gambit_id": "3ebb128d-25d0-4643-8cfd-593a737d756f",
            "last_updated": "2022-09-11T09:52:31.054749-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.10000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d715d653-3eb0-45f4-ae65-20eede9af8fe/?format=api"
        },
        {
            "id": "194fb79a-20d3-4c27-ace5-3745c3211fee",
            "gambit_id": "5b9ea3f9-0564-42d8-bf53-e54cc74cbd93",
            "last_updated": "2022-09-11T09:52:31.055950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "6.37000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d715d653-3eb0-45f4-ae65-20eede9af8fe/?format=api"
        }
    ]
}