GET /api/bet_types/236feb65-c2e9-48f4-b1fd-1245de7fe121/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "236feb65-c2e9-48f4-b1fd-1245de7fe121",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cd1b0a1-7f90-494d-b6aa-8bde5045834c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T08:27:13.738964-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": "Washington Capitals",
                "amount": 6166.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e04e493-26df-4ae7-83de-c734ead457dd",
            "gambit_id": "4ab81ba5-20cf-47ac-ba36-9f6de4794bd5",
            "last_updated": "2023-01-12T18:27:08.901808-05:00",
            "created_at": "2023-01-11T08:27:13.741383-05:00",
            "name": "Washington Capitals",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/236feb65-c2e9-48f4-b1fd-1245de7fe121/?format=api"
        },
        {
            "id": "3349a80c-618b-47d7-8e52-91fdf036d445",
            "gambit_id": "540c2f40-4446-41c3-8b76-93e6aff11341",
            "last_updated": "2023-01-12T18:27:08.900670-05:00",
            "created_at": "2023-01-11T08:27:13.740106-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/236feb65-c2e9-48f4-b1fd-1245de7fe121/?format=api"
        }
    ]
}