GET /api/bet_types/e3b7eefa-3621-4721-929b-ed7338701409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3b7eefa-3621-4721-929b-ed7338701409",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f88816b-2b15-4ae9-b50d-95e4a1914c10/?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": "TEX (C Ragans)",
                "amount": 6101.0
            },
            {
                "team": "OAK (A Oller)",
                "amount": 3899.0
            }
        ],
        "expected_reward_tokens": 9395.54,
        "profit_sb": 395.54,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "04da3621-f61c-441a-86ea-3a6a5476285c",
            "gambit_id": "7d8a5fe5-1f9f-422b-b1e3-ab1de2a81b0d",
            "last_updated": "2022-08-18T10:31:48.439669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (C Ragans)",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b7eefa-3621-4721-929b-ed7338701409/?format=api"
        },
        {
            "id": "1662a259-e724-4280-a28b-f30ffb3c4223",
            "gambit_id": "59320a69-e0b1-46ee-bf97-a94ef93b1b67",
            "last_updated": "2022-08-18T10:31:48.440130-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (A Oller)",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b7eefa-3621-4721-929b-ed7338701409/?format=api"
        }
    ]
}