GET /api/bet_types/b7876be5-e39e-4e84-be66-9e152df7f21b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7876be5-e39e-4e84-be66-9e152df7f21b",
    "match": "https://api-prod.gambitprofit.com/api/matches/19f4dc1c-980b-4f12-b9ce-9a6dfcd5af15/?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": "San Jose State",
                "amount": 6957.0
            },
            {
                "team": "Western Michigan",
                "amount": 3043.0
            }
        ],
        "expected_reward_tokens": 9250.72,
        "profit_sb": 250.72,
        "profit_sb_percentage": 2.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "7821965c-b1a6-44bf-9e68-9b7b00ec20c8",
            "gambit_id": "cafed17f-3970-440b-81e7-56198a22b272",
            "last_updated": "2022-09-25T21:32:25.129272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.33000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7876be5-e39e-4e84-be66-9e152df7f21b/?format=api"
        },
        {
            "id": "de4ffeb4-7a4b-4377-b85c-f92fd2d0198d",
            "gambit_id": "8189e266-4ef3-4a16-8888-7dbb85746ffb",
            "last_updated": "2022-09-25T21:32:25.130268-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "3.04000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7876be5-e39e-4e84-be66-9e152df7f21b/?format=api"
        }
    ]
}