GET /api/bet_types/8fbc97d5-69e7-467f-85cf-308cee2e47d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fbc97d5-69e7-467f-85cf-308cee2e47d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfa24b31-8f50-4902-ae5f-19dcfb3c9d58/?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": "COL",
                "amount": 5499.0
            },
            {
                "team": "TEX",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "7bbd9a9a-5407-4c23-8eed-eae6a5ac2f2a",
            "gambit_id": "18943fe5-458e-4492-bbd9-16bcaf3207ce",
            "last_updated": "2022-08-25T10:22:10.866181-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fbc97d5-69e7-467f-85cf-308cee2e47d9/?format=api"
        },
        {
            "id": "9bbb9f51-d325-4774-8af6-b382898701fb",
            "gambit_id": "05576218-30af-4b9d-8e6c-52033f3d8702",
            "last_updated": "2022-08-25T10:22:10.866607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fbc97d5-69e7-467f-85cf-308cee2e47d9/?format=api"
        }
    ]
}