GET /api/bet_types/2540d253-8aa9-45e4-9727-87027c470960/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2540d253-8aa9-45e4-9727-87027c470960",
    "match": "https://api-prod.gambitprofit.com/api/matches/04d92284-88d5-4e8e-9279-7d127a7c3799/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T10:03:06.487255-04: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": "TAM (Z Eflin)",
                "amount": 5578.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5f63e45-f9ed-432c-83fa-284d3c25e543",
            "gambit_id": "e200eed0-58ed-4bd4-9a5b-db30061551a8",
            "last_updated": "2023-09-12T11:33:03.663713-04:00",
            "created_at": "2023-09-10T10:03:06.496384-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2540d253-8aa9-45e4-9727-87027c470960/?format=api"
        },
        {
            "id": "c17e926e-41e5-4e06-abe7-2fb703010b3d",
            "gambit_id": "0e4bdcd9-d85f-4746-b0c7-c8b615f33ab6",
            "last_updated": "2023-09-12T11:33:03.658533-04:00",
            "created_at": "2023-09-10T10:03:06.491573-04:00",
            "name": "SEA (B Miller)",
            "reward": "2.17000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2540d253-8aa9-45e4-9727-87027c470960/?format=api"
        }
    ]
}