GET /api/bet_types/6ebfdd9c-c1f8-4436-a1a3-53f936eff394/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ebfdd9c-c1f8-4436-a1a3-53f936eff394",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfb36600-f1c3-406b-9be8-1468085bfc67/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:07.368636-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": "CLE (Z Plesac)",
                "amount": 5426.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab775ce7-9266-46f0-8689-576c7efaa457",
            "gambit_id": "de426252-cf63-4e58-a71e-ad6866e9a2e9",
            "last_updated": "2023-04-23T18:37:15.285059-04:00",
            "created_at": "2023-04-21T12:32:07.370127-04:00",
            "name": "CLE (Z Plesac)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebfdd9c-c1f8-4436-a1a3-53f936eff394/?format=api"
        },
        {
            "id": "5d1497fa-820c-4eb2-8082-3ec17e3b649b",
            "gambit_id": "13e7eb80-a753-4364-9756-fda9f0858801",
            "last_updated": "2023-04-23T18:37:15.288408-04:00",
            "created_at": "2023-04-21T12:32:07.371770-04:00",
            "name": "MIA (B Garrett)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebfdd9c-c1f8-4436-a1a3-53f936eff394/?format=api"
        }
    ]
}