GET /api/bet_types/91df250d-2b07-4145-9436-01e664c65259/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91df250d-2b07-4145-9436-01e664c65259",
    "match": "https://api-prod.gambitprofit.com/api/matches/303291e4-d2c6-4fb5-b818-8c5717fd8d4d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:19.302321-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": "PIT (R Contreras)",
                "amount": 6182.0
            },
            {
                "team": "OAK (H Harris)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "d25ce4df-c79b-4306-abf2-b3c3c5e6166f",
            "gambit_id": "ca84b316-55ed-41d3-9299-3739778482ff",
            "last_updated": "2023-06-08T16:33:26.593764-04:00",
            "created_at": "2023-06-07T09:28:19.309066-04:00",
            "name": "PIT (R Contreras)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91df250d-2b07-4145-9436-01e664c65259/?format=api"
        },
        {
            "id": "12852bbf-c55c-482a-9887-7639a7519b35",
            "gambit_id": "dd50ec3b-cf31-4fc6-b3c5-ab8bc1051016",
            "last_updated": "2023-06-08T16:33:26.591110-04:00",
            "created_at": "2023-06-07T09:28:19.305900-04:00",
            "name": "OAK (H Harris)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91df250d-2b07-4145-9436-01e664c65259/?format=api"
        }
    ]
}