GET /api/bet_types/bc8096c6-8f62-4228-94a3-2f77fb2107a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc8096c6-8f62-4228-94a3-2f77fb2107a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2eefef81-339b-4856-a906-5c64386b0aa0/?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": "Green Bay Packers",
                "amount": 6401.0
            },
            {
                "team": "Washington Commanders",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "8170d111-42c7-41b1-a1b7-7587942ba499",
            "gambit_id": "1e5485e1-2f79-4227-bb60-e9e158f5c0a9",
            "last_updated": "2022-10-24T12:07:03.331938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc8096c6-8f62-4228-94a3-2f77fb2107a2/?format=api"
        },
        {
            "id": "2ff272e7-5eb6-4bf3-beb5-30ac3ed42482",
            "gambit_id": "d7096af9-abb5-4bb2-be25-b2a134ca3d8d",
            "last_updated": "2022-10-24T12:07:03.330962-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc8096c6-8f62-4228-94a3-2f77fb2107a2/?format=api"
        }
    ]
}