GET /api/bet_types/94048988-9d29-4e14-a031-265e40f66dde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94048988-9d29-4e14-a031-265e40f66dde",
    "match": "https://api-prod.gambitprofit.com/api/matches/0585ae4b-b3ac-4196-b1cc-ab638e9490ce/?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": "LAA (P Sandoval)",
                "amount": 6373.0
            },
            {
                "team": "OAK (J Kaprielian)",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 9176.31,
        "profit_sb": 176.31,
        "profit_sb_percentage": 1.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cea01b9-381f-415d-b73d-6c09314f3102",
            "gambit_id": "c24cafe4-3f7e-4a40-a1f6-0c3cec94769b",
            "last_updated": "2022-09-28T08:56:56.176452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94048988-9d29-4e14-a031-265e40f66dde/?format=api"
        },
        {
            "id": "3bd25396-7026-450e-b5a0-eeaee3a437c2",
            "gambit_id": "788db5cc-7ad9-4178-a245-861d8744366c",
            "last_updated": "2022-09-28T08:56:56.177441-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (J Kaprielian)",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94048988-9d29-4e14-a031-265e40f66dde/?format=api"
        }
    ]
}