GET /api/bet_types/2c423f3a-2a44-4d63-bbe5-e72354018067/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c423f3a-2a44-4d63-bbe5-e72354018067",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2c9be34-95ec-40d4-9bb5-04f14a28e7df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T10:18:07.207729-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": "Manel Kape",
                "amount": 7603.0
            },
            {
                "team": "Felipe dos Santos",
                "amount": 2397.0
            }
        ],
        "expected_reward_tokens": 9275.66,
        "profit_sb": -224.34,
        "profit_sb_percentage": -2.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "399da662-6e2d-415a-91f8-e38452390114",
            "gambit_id": "1c0fe4d7-3960-4643-9cce-24ca6c2835fc",
            "last_updated": "2023-09-12T11:38:03.455238-04:00",
            "created_at": "2023-09-09T10:18:07.218161-04:00",
            "name": "Manel Kape",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c423f3a-2a44-4d63-bbe5-e72354018067/?format=api"
        },
        {
            "id": "e3f21426-7072-42ba-a987-6a96a6fac474",
            "gambit_id": "120bddad-5484-40fd-bcc7-b22efef53f9a",
            "last_updated": "2023-09-12T11:38:03.451816-04:00",
            "created_at": "2023-09-09T10:18:07.212646-04:00",
            "name": "Felipe dos Santos",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c423f3a-2a44-4d63-bbe5-e72354018067/?format=api"
        }
    ]
}