GET /api/bet_types/9ab09dd9-5b43-4dc7-9f28-55c4ee6893ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ab09dd9-5b43-4dc7-9f28-55c4ee6893ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d6dafa0-d516-49b9-9a67-2b7f3e309e02/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:06.095524-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": "NYY",
                "amount": 5512.0
            },
            {
                "team": "TEX",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc9b0c0f-0713-41e9-9c3b-ab332ac00a4b",
            "gambit_id": "abab9313-4a07-4e42-aba6-fccc86715b48",
            "last_updated": "2023-06-26T10:43:16.881159-04:00",
            "created_at": "2023-06-24T08:58:06.100194-04:00",
            "name": "NYY",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab09dd9-5b43-4dc7-9f28-55c4ee6893ca/?format=api"
        },
        {
            "id": "18fca99c-5377-4b24-9eb4-d60774728102",
            "gambit_id": "43c04e12-6234-4df9-9b6a-25ee97223a54",
            "last_updated": "2023-06-26T10:43:16.877870-04:00",
            "created_at": "2023-06-24T08:58:06.097907-04:00",
            "name": "TEX",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab09dd9-5b43-4dc7-9f28-55c4ee6893ca/?format=api"
        }
    ]
}