GET /api/bet_types/cfd32fb3-a1d8-43b8-ae34-a4bf4bc1160c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfd32fb3-a1d8-43b8-ae34-a4bf4bc1160c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7ea36e7-651a-4f95-bf62-9c0b04ffc797/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:03.284368-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c712d266-ea06-4ced-ba1c-268bf86702d7",
            "gambit_id": "5ae36480-a6fd-4e00-b04b-3ee9e36b3597",
            "last_updated": "2023-01-16T10:51:52.729029-05:00",
            "created_at": "2023-01-15T08:32:03.290379-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd32fb3-a1d8-43b8-ae34-a4bf4bc1160c/?format=api"
        },
        {
            "id": "f9057350-2c5a-45b3-91e9-9f16f58c3b69",
            "gambit_id": "675f7cfb-bb99-40f4-b176-06540366867d",
            "last_updated": "2023-01-16T10:51:52.725979-05:00",
            "created_at": "2023-01-15T08:32:03.287227-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd32fb3-a1d8-43b8-ae34-a4bf4bc1160c/?format=api"
        }
    ]
}