GET /api/bet_types/7860ed37-a6ce-41c3-86d4-b25cd5511e61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7860ed37-a6ce-41c3-86d4-b25cd5511e61",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ae67b2f-0c76-492e-8569-47ff6e0b8e0a/?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": "NYM",
                "amount": 6534.0
            },
            {
                "team": "MIL",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb37d7d4-e0e3-4313-86b2-ebb2d5eda935",
            "gambit_id": "f86c2cd2-254d-4eed-ac28-b3c3f0ef241d",
            "last_updated": "2022-09-20T16:02:06.902481-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7860ed37-a6ce-41c3-86d4-b25cd5511e61/?format=api"
        },
        {
            "id": "a256f76f-943b-4d9b-bc3b-735dbce7314b",
            "gambit_id": "39b4d5fa-94e2-4550-9dba-5a5ec1a4e42a",
            "last_updated": "2022-09-20T16:02:06.901504-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7860ed37-a6ce-41c3-86d4-b25cd5511e61/?format=api"
        }
    ]
}