GET /api/bet_types/ccdca0f6-1b0b-4d7c-8127-f395ddf1269e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccdca0f6-1b0b-4d7c-8127-f395ddf1269e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b03112a-560a-4589-a602-fe4a2b330a05/?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": "SFO",
                "amount": 5204.0
            },
            {
                "team": "OAK",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0a8d204-f86f-4821-af0a-05161c0f1222",
            "gambit_id": "c6a66220-2b93-4f84-9782-bd64c641917a",
            "last_updated": "2022-08-08T10:57:08.183409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccdca0f6-1b0b-4d7c-8127-f395ddf1269e/?format=api"
        },
        {
            "id": "a15ea462-feeb-4f76-be4d-3264fcd83ae3",
            "gambit_id": "7e4e666b-e5a3-4194-b963-997d4545be4c",
            "last_updated": "2022-08-08T10:57:08.183039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccdca0f6-1b0b-4d7c-8127-f395ddf1269e/?format=api"
        }
    ]
}