GET /api/bet_types/3074c087-2238-4a47-a732-b44cba719cd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3074c087-2238-4a47-a732-b44cba719cd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/67dacc9d-d288-47a3-8764-335b8774679c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-08T09:37:00.517496-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": "Toronto Raptors",
                "amount": 7938.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2062.0
            }
        ],
        "expected_reward_tokens": 9443.96,
        "profit_sb": -56.04,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "16db9377-8287-4c81-a4c9-42094b153702",
            "gambit_id": "0e29abc6-fac8-47e7-b4a9-18f98d284c59",
            "last_updated": "2023-02-09T11:12:08.210459-05:00",
            "created_at": "2023-02-08T09:37:00.518834-05:00",
            "name": "Toronto Raptors",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3074c087-2238-4a47-a732-b44cba719cd2/?format=api"
        },
        {
            "id": "2e20732a-072b-41ee-b5c5-c5352daa8612",
            "gambit_id": "4d9ea58b-adef-4f49-9789-7d8f9f4a8aa3",
            "last_updated": "2023-02-09T11:12:08.212131-05:00",
            "created_at": "2023-02-08T09:37:00.520371-05:00",
            "name": "San Antonio Spurs",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3074c087-2238-4a47-a732-b44cba719cd2/?format=api"
        }
    ]
}