GET /api/bet_types/5f5a3366-7973-4416-b8c7-5bc6cfc59f4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f5a3366-7973-4416-b8c7-5bc6cfc59f4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bf07c56-d94f-47c9-8289-79d9213fe384/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:02.180633-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": "Golden State Warriors",
                "amount": 6942.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec1fff6a-3830-4342-bb55-35fe0b357fa9",
            "gambit_id": "3a219105-763d-4d6d-acd7-e714a2ddc4f4",
            "last_updated": "2023-03-27T11:32:22.859250-04:00",
            "created_at": "2023-03-26T13:37:02.182674-04:00",
            "name": "Golden State Warriors",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5a3366-7973-4416-b8c7-5bc6cfc59f4d/?format=api"
        },
        {
            "id": "923c0001-22e2-4755-a8d7-8b9fb38bba39",
            "gambit_id": "cab3d1e7-a548-4721-8aae-0bba6ad70ba4",
            "last_updated": "2023-03-27T11:32:22.861744-04:00",
            "created_at": "2023-03-26T13:37:02.185020-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5a3366-7973-4416-b8c7-5bc6cfc59f4d/?format=api"
        }
    ]
}