GET /api/bet_types/079bb714-ae1f-46da-8161-9bc9922ae6b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "079bb714-ae1f-46da-8161-9bc9922ae6b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1e148cb-98e4-4290-8c71-c8111a0f9b72/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdda25ac-d1b9-4978-9104-37af33ce53e4",
            "gambit_id": "b454ed4d-6a4c-44bc-827c-79350fa1b008",
            "last_updated": "2022-12-08T13:02:16.358904-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/079bb714-ae1f-46da-8161-9bc9922ae6b4/?format=api"
        },
        {
            "id": "0c32494d-1f50-47f9-89f7-553527b83323",
            "gambit_id": "8ab39547-420e-45a7-9863-054c3eafbeba",
            "last_updated": "2022-12-08T13:02:16.359910-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/079bb714-ae1f-46da-8161-9bc9922ae6b4/?format=api"
        }
    ]
}