GET /api/bet_types/42268caf-89b9-42c3-a61c-513c096eae93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42268caf-89b9-42c3-a61c-513c096eae93",
    "match": "https://api-prod.gambitprofit.com/api/matches/be17eafc-574f-48a6-9bf3-44807d6dfb60/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T09:27:55.456663-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": "BOS (J Paxton)",
                "amount": 5325.0
            },
            {
                "team": "SFO (R Walker)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1c087ba-9f43-4be4-9663-c25b10e2b698",
            "gambit_id": "714e53d7-5bcd-4d4f-856f-4abb0126cf2d",
            "last_updated": "2023-07-30T10:03:22.219558-04:00",
            "created_at": "2023-07-29T09:27:55.462151-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42268caf-89b9-42c3-a61c-513c096eae93/?format=api"
        },
        {
            "id": "54e7d1ff-52dc-453c-aa5b-995e8596c303",
            "gambit_id": "8281682e-fe5b-4fca-9d1d-be84e75a5561",
            "last_updated": "2023-07-30T10:03:22.223172-04:00",
            "created_at": "2023-07-29T09:27:55.466592-04:00",
            "name": "SFO (R Walker)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42268caf-89b9-42c3-a61c-513c096eae93/?format=api"
        }
    ]
}