GET /api/bet_types/147d6e7b-bf14-4f3e-87cd-f3b4fdc728e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "147d6e7b-bf14-4f3e-87cd-f3b4fdc728e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/21728ece-f1f4-41dc-a0bd-9dd65ce16480/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:17.280568-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": "Minnesota Wild",
                "amount": 6020.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b2a90ac-062d-4b8f-a5ab-0da0ebfbd63d",
            "gambit_id": "63503c7d-f7ca-4a72-8573-3ee1094e4bc6",
            "last_updated": "2023-03-12T19:32:10.724445-04:00",
            "created_at": "2023-03-11T09:32:17.283137-05:00",
            "name": "Minnesota Wild",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/147d6e7b-bf14-4f3e-87cd-f3b4fdc728e2/?format=api"
        },
        {
            "id": "a1fd8c00-78b4-4b7d-9621-f7c154654a30",
            "gambit_id": "f0be9f82-a762-4039-9f5b-e0d551295824",
            "last_updated": "2023-03-12T19:32:10.722205-04:00",
            "created_at": "2023-03-11T09:32:17.281809-05:00",
            "name": "San Jose Sharks",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/147d6e7b-bf14-4f3e-87cd-f3b4fdc728e2/?format=api"
        }
    ]
}