GET /api/bet_types/6c53d7ca-6a9f-4d8f-83ca-fdf3a740f3f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c53d7ca-6a9f-4d8f-83ca-fdf3a740f3f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d9273dc-4fef-4ee0-b781-ad459cb2e25d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:03.830172-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": "Detroit Tigers",
                "amount": 5317.0
            },
            {
                "team": "Minnesota Twins",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ab107b7-cbd9-4b1d-a677-fd8f5777a1b3",
            "gambit_id": "3662ce43-e52a-4097-acdd-c21db4c9d966",
            "last_updated": "2023-06-20T10:43:11.486676-04:00",
            "created_at": "2023-06-18T09:43:03.832154-04:00",
            "name": "Detroit Tigers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c53d7ca-6a9f-4d8f-83ca-fdf3a740f3f1/?format=api"
        },
        {
            "id": "a77a608d-ec03-409c-a591-a22abe2ab762",
            "gambit_id": "0dddccb2-283b-4d35-ae5c-49139aa4a936",
            "last_updated": "2023-06-20T10:43:11.488974-04:00",
            "created_at": "2023-06-18T09:43:03.834283-04:00",
            "name": "Minnesota Twins",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c53d7ca-6a9f-4d8f-83ca-fdf3a740f3f1/?format=api"
        }
    ]
}