GET /api/bet_types/fc5c189b-fa81-4c7d-8fe0-559ee9b7fa69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc5c189b-fa81-4c7d-8fe0-559ee9b7fa69",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5aff349-38db-4fa2-8ffd-6c4a351275f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:02.909857-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": 5317.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "da06ebfc-4c71-43e0-b2c7-1a4ddd9c91d9",
            "gambit_id": "bdae99af-647b-4819-94b4-0d787304f00f",
            "last_updated": "2023-02-11T19:32:23.257256-05:00",
            "created_at": "2023-02-09T11:12:02.911076-05:00",
            "name": "Minnesota Wild",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5c189b-fa81-4c7d-8fe0-559ee9b7fa69/?format=api"
        },
        {
            "id": "f8503ddd-ff86-404a-85c4-67ab44be0592",
            "gambit_id": "d03d4d4a-6ca4-4a7b-86df-46ebb6cc4023",
            "last_updated": "2023-02-11T19:32:23.258402-05:00",
            "created_at": "2023-02-09T11:12:02.912382-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5c189b-fa81-4c7d-8fe0-559ee9b7fa69/?format=api"
        }
    ]
}