GET /api/bet_types/bb06d99a-97d7-411b-b689-46107b555120/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb06d99a-97d7-411b-b689-46107b555120",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4f340ed-c95b-4a60-a9e7-6c501f3d24ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T19:12:10.484358-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": "Devin Gibson",
                "amount": 6633.0
            },
            {
                "team": "Albert Inclan",
                "amount": 3367.0
            }
        ],
        "expected_reward_tokens": 8754.2,
        "profit_sb": -745.8,
        "profit_sb_percentage": -7.85,
        "recommended": false
    },
    "lines": [
        {
            "id": "d777da06-bb48-49c6-97ce-7544d1967f13",
            "gambit_id": "69802a06-c794-4bd1-9074-9f1f8d3628ca",
            "last_updated": "2023-01-28T19:32:19.726270-05:00",
            "created_at": "2023-01-24T19:12:10.487268-05:00",
            "name": "Devin Gibson",
            "reward": "1.32000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb06d99a-97d7-411b-b689-46107b555120/?format=api"
        },
        {
            "id": "3a04c2aa-08d6-4a77-b2e6-a078f49d9262",
            "gambit_id": "a3be80d9-54fe-4c3a-9c9f-bd0cd8e3778b",
            "last_updated": "2023-01-28T19:32:19.724980-05:00",
            "created_at": "2023-01-24T19:12:10.485930-05:00",
            "name": "Albert Inclan",
            "reward": "2.60000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb06d99a-97d7-411b-b689-46107b555120/?format=api"
        }
    ]
}