GET /api/bet_types/8ca9c409-917b-4f06-a73d-ecfd5d369e2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ca9c409-917b-4f06-a73d-ecfd5d369e2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/155049c6-2167-459f-a3bf-367814507a84/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-31T19:18:24.363722-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": "SDG (P Avila)",
                "amount": 5478.0
            },
            {
                "team": "SFO (J Junis)",
                "amount": 4522.0
            }
        ],
        "expected_reward_tokens": 9586.5,
        "profit_sb": 86.5,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "93947fe4-d69b-4457-8717-258835f995b9",
            "gambit_id": "f4f335c1-a183-4616-a417-d8e134186697",
            "last_updated": "2023-09-01T12:43:24.120344-04:00",
            "created_at": "2023-08-31T19:18:24.376858-04:00",
            "name": "SDG (P Avila)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ca9c409-917b-4f06-a73d-ecfd5d369e2e/?format=api"
        },
        {
            "id": "ef6b56ac-6898-4c2d-8c39-9044b785db53",
            "gambit_id": "d68598b9-1876-4095-b2fe-037618cc5148",
            "last_updated": "2023-09-01T12:43:24.116894-04:00",
            "created_at": "2023-08-31T19:18:24.369963-04:00",
            "name": "SFO (J Junis)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ca9c409-917b-4f06-a73d-ecfd5d369e2e/?format=api"
        }
    ]
}