GET /api/bet_types/3451a79d-891c-4c49-90a2-111ae897e634/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3451a79d-891c-4c49-90a2-111ae897e634",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a17b37a-0e4c-4c81-afc1-5f67b67a8d8a/?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": "UTSA",
                "amount": 6170.0
            },
            {
                "team": "Mid Tenn State",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4019458-2058-4af8-b61e-8ccd6422b5ef",
            "gambit_id": "f9904c23-3ae6-47b0-9d84-6bde3575e3b5",
            "last_updated": "2022-10-01T09:17:17.145178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3451a79d-891c-4c49-90a2-111ae897e634/?format=api"
        },
        {
            "id": "8a88dee2-fe6b-418c-b3a8-fd08dc438a09",
            "gambit_id": "49a33411-1012-4f04-94cb-73cf74106d4a",
            "last_updated": "2022-10-01T09:17:17.144226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3451a79d-891c-4c49-90a2-111ae897e634/?format=api"
        }
    ]
}