GET /api/bet_types/abc0f53b-d00c-4890-ba1b-17d71264b5c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abc0f53b-d00c-4890-ba1b-17d71264b5c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/61e26f40-eb64-4b05-88a9-b5834ad172ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:15.730286-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": "Atlanta Hawks",
                "amount": 5292.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "55d75a31-906b-4e13-a3ff-48261251f62f",
            "gambit_id": "3c5d629c-3c15-409b-be77-ea3c54b0d235",
            "last_updated": "2022-12-28T21:37:13.249728-05:00",
            "created_at": "2022-12-27T08:57:15.732724-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc0f53b-d00c-4890-ba1b-17d71264b5c2/?format=api"
        },
        {
            "id": "f094e760-4a52-416b-a8ee-3a271f08e35f",
            "gambit_id": "e810f8f5-9666-4534-a15f-8fc24687d0e8",
            "last_updated": "2022-12-28T21:37:13.248588-05:00",
            "created_at": "2022-12-27T08:57:15.731473-05:00",
            "name": "Indiana Pacers",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc0f53b-d00c-4890-ba1b-17d71264b5c2/?format=api"
        }
    ]
}