GET /api/bet_types/06044edc-b045-489c-8a18-b393c652c743/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06044edc-b045-489c-8a18-b393c652c743",
    "match": "https://api-prod.gambitprofit.com/api/matches/9da1173b-e091-4127-98eb-5399d408d4d9/?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": "WAS",
                "amount": 5312.0
            },
            {
                "team": "PHI",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "87aa56bf-66c2-421b-990b-430928bdca05",
            "gambit_id": "871236ca-7d64-4f13-88f3-9238222fb0f8",
            "last_updated": "2022-08-06T10:57:03.775755-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06044edc-b045-489c-8a18-b393c652c743/?format=api"
        },
        {
            "id": "77ddef85-c41b-4edf-807f-c8571f2e98f6",
            "gambit_id": "6650461d-7334-4a22-824a-d4a7e1ac991c",
            "last_updated": "2022-08-06T10:57:03.775250-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06044edc-b045-489c-8a18-b393c652c743/?format=api"
        }
    ]
}