GET /api/bet_types/5f1fda7a-bebc-41b5-9e27-803fcb09d357/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f1fda7a-bebc-41b5-9e27-803fcb09d357",
    "match": "https://api-prod.gambitprofit.com/api/matches/12a8fb5b-8d01-4432-9f1d-8955b0238dec/?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": "Ottawa Senators",
                "amount": 5208.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ed7f808-d09d-473d-85d2-e00fd5895598",
            "gambit_id": "1b0b75f0-e14f-4405-847c-7fc43e03a408",
            "last_updated": "2022-11-09T09:48:29.933037-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f1fda7a-bebc-41b5-9e27-803fcb09d357/?format=api"
        },
        {
            "id": "242cef4a-5b20-49dd-b2ee-f6d6eaf7dd88",
            "gambit_id": "4b8d355c-21d3-47e8-8e2f-05764425df87",
            "last_updated": "2022-11-09T09:48:29.934040-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f1fda7a-bebc-41b5-9e27-803fcb09d357/?format=api"
        }
    ]
}