GET /api/bet_types/774634ac-c49d-42e7-8fa0-9f4025bd0483/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "774634ac-c49d-42e7-8fa0-9f4025bd0483",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c0c99eb-b891-4775-9a4c-179c0344503c/?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": 5208.0
            },
            {
                "team": "ATL",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "32a34ca0-c2e7-4306-a9b5-536e7b4955d1",
            "gambit_id": "59580937-5cf8-4ddd-85c9-20334b063654",
            "last_updated": "2022-09-17T17:12:28.455407-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/774634ac-c49d-42e7-8fa0-9f4025bd0483/?format=api"
        },
        {
            "id": "99ddfa35-8478-478f-9bb3-0a1614ebe89d",
            "gambit_id": "cad4d7c7-fa32-4ce5-9c9b-5469e260e857",
            "last_updated": "2022-09-17T17:12:28.454455-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/774634ac-c49d-42e7-8fa0-9f4025bd0483/?format=api"
        }
    ]
}