GET /api/bet_types/dd7aeaea-1a79-4f0f-859c-5c8c4eefd0ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd7aeaea-1a79-4f0f-859c-5c8c4eefd0ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/66158cdd-e63c-4d7c-a784-3f306b3921f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-22T09:58:22.074483-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": "Miami Marlins",
                "amount": 5512.0
            },
            {
                "team": "Milwaukee Brewers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "04b845f0-4b1c-427c-b82b-453082afc5f4",
            "gambit_id": "61f91dbf-b145-4b12-9533-1fa563979f5c",
            "last_updated": "2023-09-23T10:28:12.524105-04:00",
            "created_at": "2023-09-22T09:58:22.082017-04:00",
            "name": "Miami Marlins",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd7aeaea-1a79-4f0f-859c-5c8c4eefd0ee/?format=api"
        },
        {
            "id": "93960783-873f-44df-8d81-a2f736c2a8e6",
            "gambit_id": "fa39e353-89b4-4531-b34a-4fa4f48af5ca",
            "last_updated": "2023-09-23T10:28:12.520084-04:00",
            "created_at": "2023-09-22T09:58:22.077979-04:00",
            "name": "Milwaukee Brewers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd7aeaea-1a79-4f0f-859c-5c8c4eefd0ee/?format=api"
        }
    ]
}