GET /api/bet_types/985aa08c-0e47-479a-b30c-7a53fe08b882/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "985aa08c-0e47-479a-b30c-7a53fe08b882",
    "match": "https://api-prod.gambitprofit.com/api/matches/57d53fd1-554e-41d0-a7e2-ae5e2b99d71f/?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": "Los Angeles Kings",
                "amount": 5707.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4293.0
            }
        ],
        "expected_reward_tokens": 9530.46,
        "profit_sb": 30.46,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "ccbdc5e1-a0df-4ad7-8070-62723afcee05",
            "gambit_id": "6d74dfc2-50e0-4418-a8fc-9393b91c457f",
            "last_updated": "2022-10-18T09:12:07.420626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/985aa08c-0e47-479a-b30c-7a53fe08b882/?format=api"
        },
        {
            "id": "617d7434-9256-4ea1-9cba-cdf05f855c99",
            "gambit_id": "9203cd7b-bd03-4ab5-ac85-a2dc11c24223",
            "last_updated": "2022-10-18T09:12:07.419237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.22000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/985aa08c-0e47-479a-b30c-7a53fe08b882/?format=api"
        }
    ]
}