GET /api/bet_types/a577fa5a-e35b-458e-9f62-4320ae0c8d23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a577fa5a-e35b-458e-9f62-4320ae0c8d23",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd906c60-8e0c-4cd4-b183-175e8b729056/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-04T09:48:07.370756-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": "Cincinnati Reds",
                "amount": 5000.0
            },
            {
                "team": "Seattle Mariners",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "460eb9c6-7d4a-4062-961a-d36015dfafe3",
            "gambit_id": "46c6b7f8-6970-4be0-8c0a-05043c290e0f",
            "last_updated": "2023-09-05T17:08:01.092416-04:00",
            "created_at": "2023-09-04T09:48:07.380039-04:00",
            "name": "Cincinnati Reds",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a577fa5a-e35b-458e-9f62-4320ae0c8d23/?format=api"
        },
        {
            "id": "e9d8ed59-5a19-4e08-bd0f-6d1a679f4172",
            "gambit_id": "9a7b9351-ad60-4ed4-ba98-697ef01e5263",
            "last_updated": "2023-09-05T17:08:01.089083-04:00",
            "created_at": "2023-09-04T09:48:07.374771-04:00",
            "name": "Seattle Mariners",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a577fa5a-e35b-458e-9f62-4320ae0c8d23/?format=api"
        }
    ]
}