GET /api/bet_types/e8c78547-776a-47f3-bb05-d965659fafd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8c78547-776a-47f3-bb05-d965659fafd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd1de58-8a87-4a6d-8829-7581baa026b5/?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": "Miami Heat",
                "amount": 6825.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "e64ab4ae-1154-4fea-9439-173a03354c4d",
            "gambit_id": "6673babb-aa35-4e26-8fa3-b8eeacaf275d",
            "last_updated": "2022-12-09T10:02:14.211510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8c78547-776a-47f3-bb05-d965659fafd7/?format=api"
        },
        {
            "id": "944e43e6-c87f-4ae8-a8b5-2143564c8757",
            "gambit_id": "17d622c9-1e78-41c3-ba1e-38f56c825f41",
            "last_updated": "2022-12-09T10:02:14.210371-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8c78547-776a-47f3-bb05-d965659fafd7/?format=api"
        }
    ]
}