GET /api/bet_types/37675843-93aa-435b-9d6b-e10a5082c64b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37675843-93aa-435b-9d6b-e10a5082c64b",
    "match": "https://api-prod.gambitprofit.com/api/matches/45e1c4ec-0ca4-42ae-ab55-05a036429e3b/?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": "Atlanta Falcons",
                "amount": 7190.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 2810.0
            }
        ],
        "expected_reward_tokens": 9273.0,
        "profit_sb": 273.0,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "58190749-40f0-42d6-8aea-af53ce287f10",
            "gambit_id": "de693f41-7b91-498e-93bf-c77539d947de",
            "last_updated": "2022-08-29T11:37:16.442061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.29000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37675843-93aa-435b-9d6b-e10a5082c64b/?format=api"
        },
        {
            "id": "e3282283-fa8d-4c9b-bc47-b7f1bad7afed",
            "gambit_id": "a58162d8-6030-4cb3-9871-bd62223af82d",
            "last_updated": "2022-08-29T11:37:16.442581-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "3.30000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37675843-93aa-435b-9d6b-e10a5082c64b/?format=api"
        }
    ]
}