GET /api/bet_types/f7943b07-620a-43c8-830a-5fe0f6389f8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7943b07-620a-43c8-830a-5fe0f6389f8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc4a446d-f8ad-4568-9e2b-20a81ca0d08c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:27:01.915537-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": "Mike Perry",
                "amount": 6272.0
            },
            {
                "team": "Luke Rockhold",
                "amount": 3728.0
            }
        ],
        "expected_reward_tokens": 9094.4,
        "profit_sb": -405.6,
        "profit_sb_percentage": -4.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e17d29b-8599-4e15-bb11-eaca88b3b1c7",
            "gambit_id": "1c98b5cd-8023-452a-b12b-2fcd77e2b25a",
            "last_updated": "2023-04-30T15:22:12.703468-04:00",
            "created_at": "2023-04-29T16:27:01.919392-04:00",
            "name": "Mike Perry",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7943b07-620a-43c8-830a-5fe0f6389f8f/?format=api"
        },
        {
            "id": "85331cee-67ab-49b3-8324-aebe04ab7de6",
            "gambit_id": "4fd5af0f-236d-49e7-b18c-23a0f5295585",
            "last_updated": "2023-04-30T15:22:12.701973-04:00",
            "created_at": "2023-04-29T16:27:01.917394-04:00",
            "name": "Luke Rockhold",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7943b07-620a-43c8-830a-5fe0f6389f8f/?format=api"
        }
    ]
}