GET /api/bet_types/078f287e-5f06-45b2-80cb-8eb622ffe3de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "078f287e-5f06-45b2-80cb-8eb622ffe3de",
    "match": "https://api-prod.gambitprofit.com/api/matches/61dbcde0-18f7-415a-9c65-36ac17ee6b78/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:18.054976-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": "Vancouver Canucks",
                "amount": 7024.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b60fb65-532a-4a75-9876-836fac90d19e",
            "gambit_id": "478d800b-eda5-488d-adcb-2f0e1d35e1ee",
            "last_updated": "2023-11-29T21:53:08.322969-05:00",
            "created_at": "2023-11-28T09:33:18.070405-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078f287e-5f06-45b2-80cb-8eb622ffe3de/?format=api"
        },
        {
            "id": "0554e08d-f39a-4f84-b2ee-c4d85bbd0fc8",
            "gambit_id": "da0e67b8-89fa-48c8-85c4-a65bfc598e79",
            "last_updated": "2023-11-29T21:53:08.319603-05:00",
            "created_at": "2023-11-28T09:33:18.062558-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/078f287e-5f06-45b2-80cb-8eb622ffe3de/?format=api"
        }
    ]
}