GET /api/bet_types/306da69b-6687-4de3-921a-a2ae340eb253/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "306da69b-6687-4de3-921a-a2ae340eb253",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3a26956-cdd7-49c7-8d49-878933bc8022/?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": "Oregon State",
                "amount": 7632.0
            },
            {
                "team": "California",
                "amount": 2368.0
            }
        ],
        "expected_reward_tokens": 9234.72,
        "profit_sb": 234.72,
        "profit_sb_percentage": 2.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "10093905-afb8-4bda-9239-5e1d272b0fba",
            "gambit_id": "89c4be49-f0c1-4ed7-8558-30f4f756d59b",
            "last_updated": "2022-11-14T09:29:11.099406-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.21000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306da69b-6687-4de3-921a-a2ae340eb253/?format=api"
        },
        {
            "id": "c374f388-6b93-4eaa-929d-da089dbbbfcd",
            "gambit_id": "2a66e2b6-c98a-43d4-b356-f30ceee64456",
            "last_updated": "2022-11-14T09:29:11.100353-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "3.90000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306da69b-6687-4de3-921a-a2ae340eb253/?format=api"
        }
    ]
}