GET /api/bet_types/600da3b7-18c9-42f5-9ffd-fcfe282d6c8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "600da3b7-18c9-42f5-9ffd-fcfe282d6c8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/041fdfb2-65cc-4d42-8319-45da78dd55e0/?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": "Georgia State",
                "amount": 7972.0
            },
            {
                "team": "UL Monroe",
                "amount": 2028.0
            }
        ],
        "expected_reward_tokens": 9247.52,
        "profit_sb": 247.52,
        "profit_sb_percentage": 2.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "3895679c-0ce1-405d-84d6-3c276f8c39b7",
            "gambit_id": "c9c9ca8c-f9c6-453c-ae57-a6b0074dbfd6",
            "last_updated": "2022-11-14T10:18:33.050524-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.16000",
            "odds": "1.18520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/600da3b7-18c9-42f5-9ffd-fcfe282d6c8f/?format=api"
        },
        {
            "id": "c51c742d-73fe-4009-b74c-9540410138f1",
            "gambit_id": "25379153-8aaa-4505-bf3c-ceecd06e54aa",
            "last_updated": "2022-11-14T10:18:33.051596-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "4.56000",
            "odds": "5.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/600da3b7-18c9-42f5-9ffd-fcfe282d6c8f/?format=api"
        }
    ]
}