GET /api/bet_types/fe9dbb98-356f-4324-9352-32e1baca8699/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe9dbb98-356f-4324-9352-32e1baca8699",
    "match": "https://api-prod.gambitprofit.com/api/matches/23570e00-d468-4e29-aa1b-e3fc1505525d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-29T08:41:55.837913-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb974a8f-a354-4bf0-a963-ba354cd75d59",
            "gambit_id": "e9ac7a7a-bf05-4803-a998-75636ac70a3c",
            "last_updated": "2023-01-30T17:46:58.824059-05:00",
            "created_at": "2023-01-29T08:41:55.839139-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe9dbb98-356f-4324-9352-32e1baca8699/?format=api"
        },
        {
            "id": "0d8af0b3-41bc-4311-ba83-7585ca49726b",
            "gambit_id": "7b6d79d7-c351-487d-8007-ca2dd6e0bdde",
            "last_updated": "2023-01-30T17:46:58.825462-05:00",
            "created_at": "2023-01-29T08:41:55.840736-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe9dbb98-356f-4324-9352-32e1baca8699/?format=api"
        }
    ]
}