GET /api/bet_types/f23d5a88-7f39-4dca-8ddd-9a3817f382a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f23d5a88-7f39-4dca-8ddd-9a3817f382a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/32ba2d76-f3a9-4728-a235-541c02892eab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:42:59.813034-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": "TAM (A Civale)",
                "amount": 5827.0
            },
            {
                "team": "SEA (B Woo)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "45602842-5c2a-4def-bddd-01ee31257dc6",
            "gambit_id": "78400114-a419-412f-a548-ad736d5a79ad",
            "last_updated": "2023-09-16T13:03:03.991264-04:00",
            "created_at": "2023-09-09T09:42:59.822223-04:00",
            "name": "TAM (A Civale)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f23d5a88-7f39-4dca-8ddd-9a3817f382a1/?format=api"
        },
        {
            "id": "bf3cfcfe-2dc4-480b-82a9-746a2548c410",
            "gambit_id": "92782b59-38d4-422b-a15e-8442573d1320",
            "last_updated": "2023-09-16T13:03:03.985674-04:00",
            "created_at": "2023-09-09T09:42:59.818039-04:00",
            "name": "SEA (B Woo)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f23d5a88-7f39-4dca-8ddd-9a3817f382a1/?format=api"
        }
    ]
}