GET /api/bet_types/d4515d2a-5fec-4627-bc12-8b6b110ed99a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4515d2a-5fec-4627-bc12-8b6b110ed99a",
    "match": "https://api-prod.gambitprofit.com/api/matches/78f0dc90-2448-41a8-94f1-76c914f72a98/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-14T09:13:25.260764-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": "STL (M Mikolas)",
                "amount": 6434.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "16722b03-0245-4f0b-85f4-d0152ffa12a7",
            "gambit_id": "db1933b1-39a6-4e4a-94ec-b266d8bf5de3",
            "last_updated": "2023-07-17T09:08:02.070419-04:00",
            "created_at": "2023-07-14T09:13:25.263685-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4515d2a-5fec-4627-bc12-8b6b110ed99a/?format=api"
        },
        {
            "id": "16b9abcb-20eb-4fd0-8ed3-fe50c652556b",
            "gambit_id": "b31e318b-a559-4ca0-ba97-28e97432837a",
            "last_updated": "2023-07-17T09:08:02.069077-04:00",
            "created_at": "2023-07-14T09:13:25.262156-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4515d2a-5fec-4627-bc12-8b6b110ed99a/?format=api"
        }
    ]
}