GET /api/bet_types/8fc27705-d662-4266-b0d0-6850900ca5a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fc27705-d662-4266-b0d0-6850900ca5a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/58d43f7d-11d2-4661-b3b0-1ad81b69dcda/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:18.467364-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": "Tampa Bay Lightning",
                "amount": 6752.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f9ca540-3d0d-4219-a3b6-a96260471aa1",
            "gambit_id": "109268d4-a4f5-4130-a63a-dce66f9e723d",
            "last_updated": "2023-04-14T12:02:21.854374-04:00",
            "created_at": "2023-04-13T09:32:18.468658-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fc27705-d662-4266-b0d0-6850900ca5a2/?format=api"
        },
        {
            "id": "e7830069-cd2a-4b8c-b1df-c7433e61dfb4",
            "gambit_id": "ffa11378-6329-474d-b05b-cf6b71376ab8",
            "last_updated": "2023-04-14T12:02:21.852872-04:00",
            "created_at": "2023-04-13T09:32:18.470212-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fc27705-d662-4266-b0d0-6850900ca5a2/?format=api"
        }
    ]
}