GET /api/bet_types/8ce9bd95-8749-495a-80b1-3344a786e702/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ce9bd95-8749-495a-80b1-3344a786e702",
    "match": "https://api-prod.gambitprofit.com/api/matches/32a3e07d-c05d-43d6-8e8b-7a441b8576dd/?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": "Vancouver Canucks",
                "amount": 5984.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "992521e8-1cf2-4360-bff4-badeef3263e4",
            "gambit_id": "4c4eb7af-4f1d-4734-8209-686b66723a04",
            "last_updated": "2022-11-10T10:04:26.476220-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce9bd95-8749-495a-80b1-3344a786e702/?format=api"
        },
        {
            "id": "68b74534-333e-4ea5-bacd-367dabbd7b12",
            "gambit_id": "5cfcab91-b8e8-4431-83ba-4b75d3470e05",
            "last_updated": "2022-11-10T10:04:26.475287-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce9bd95-8749-495a-80b1-3344a786e702/?format=api"
        }
    ]
}