GET /api/bet_types/2a44e1d0-28dc-48b7-aa4d-b6dc08c4285a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a44e1d0-28dc-48b7-aa4d-b6dc08c4285a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4f7a437-c231-4348-8ce3-3d096c885161/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:56.245712-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": "Dallas Stars",
                "amount": 6100.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6ea917e-a5c4-4c75-befe-8beadeadadef",
            "gambit_id": "81b3c165-8200-401d-bfec-e613c9f14e21",
            "last_updated": "2023-04-10T15:17:16.176069-04:00",
            "created_at": "2023-04-08T09:01:56.247212-04:00",
            "name": "Dallas Stars",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a44e1d0-28dc-48b7-aa4d-b6dc08c4285a/?format=api"
        },
        {
            "id": "1facf9a9-6584-4d44-b8be-27ee6cf62991",
            "gambit_id": "7660e79b-e1eb-4723-bfa3-cd3c4d0713d9",
            "last_updated": "2023-04-10T15:17:16.177585-04:00",
            "created_at": "2023-04-08T09:01:56.248805-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a44e1d0-28dc-48b7-aa4d-b6dc08c4285a/?format=api"
        }
    ]
}