GET /api/bet_types/ef998aaa-dc52-4718-ba9f-dfaf89595389/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef998aaa-dc52-4718-ba9f-dfaf89595389",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d4eb924-66e2-4c8a-8958-65663a6247b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:52.059866-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": "Buffalo Sabres",
                "amount": 6556.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3444.0
            }
        ],
        "expected_reward_tokens": 9505.44,
        "profit_sb": 5.44,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf45814d-1192-42bf-b56b-658ee9635c02",
            "gambit_id": "0842d6e7-648d-4f44-99aa-514283a7ac10",
            "last_updated": "2023-01-25T14:12:08.328776-05:00",
            "created_at": "2023-01-24T09:31:52.063218-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.45000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef998aaa-dc52-4718-ba9f-dfaf89595389/?format=api"
        },
        {
            "id": "d242ae99-de3b-4403-9961-77c1bb5b98ce",
            "gambit_id": "494f8ca8-df56-49ea-b11a-a7697cb615b9",
            "last_updated": "2023-01-25T14:12:08.327668-05:00",
            "created_at": "2023-01-24T09:31:52.061659-05:00",
            "name": "St Louis Blues",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef998aaa-dc52-4718-ba9f-dfaf89595389/?format=api"
        }
    ]
}