GET /api/bet_types/bce3fcfe-69d8-4b1f-bb68-676b38e479f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bce3fcfe-69d8-4b1f-bb68-676b38e479f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ec7fed4-17c9-4be5-949d-243fdde5c67f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:07:00.263279-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": "Vancouver Canucks",
                "amount": 6991.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3009.0
            }
        ],
        "expected_reward_tokens": 9507.76,
        "profit_sb": 7.76,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "77f28edb-32cb-4667-92d8-b65bc49a4ed2",
            "gambit_id": "76fb9d44-c8ec-422a-8ca5-061fd60912f3",
            "last_updated": "2023-03-29T13:31:54.402230-04:00",
            "created_at": "2023-03-28T10:07:00.267238-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bce3fcfe-69d8-4b1f-bb68-676b38e479f9/?format=api"
        },
        {
            "id": "a8246f7a-613d-4b8c-a513-227a4392f26f",
            "gambit_id": "22a0b475-497b-40ab-8c7a-303f4607a671",
            "last_updated": "2023-03-29T13:31:54.399792-04:00",
            "created_at": "2023-03-28T10:07:00.265117-04:00",
            "name": "St Louis Blues",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bce3fcfe-69d8-4b1f-bb68-676b38e479f9/?format=api"
        }
    ]
}