GET /api/bet_types/61179ff2-9388-45cd-9f08-adba50c21bbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61179ff2-9388-45cd-9f08-adba50c21bbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/60284081-f505-4c2e-81ed-41840d7500dc/?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": "PHI",
                "amount": 5419.0
            },
            {
                "team": "HOU",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a9df5e1-e5b7-4824-8069-bce0b125a238",
            "gambit_id": "7020a7f8-cf6a-4aa7-b43c-47087eef236b",
            "last_updated": "2022-10-06T10:17:05.822058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61179ff2-9388-45cd-9f08-adba50c21bbd/?format=api"
        },
        {
            "id": "2dbc8d72-e0d4-4d72-9826-9d65d1415217",
            "gambit_id": "f757b1cc-5312-4182-983f-7515176bb7e6",
            "last_updated": "2022-10-06T10:17:05.821060-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61179ff2-9388-45cd-9f08-adba50c21bbd/?format=api"
        }
    ]
}