GET /api/bet_types/912ebb4f-1274-4717-919f-2cb12f3e23a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "912ebb4f-1274-4717-919f-2cb12f3e23a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ff2ae00-39b0-4c32-ba27-1e695fa9a81c/?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": "ATL",
                "amount": 5745.0
            },
            {
                "team": "COL",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "172ad6ab-12f2-4b13-97cb-8c1ac6bef259",
            "gambit_id": "180c3045-ace2-475f-834e-fda3a7a09bb6",
            "last_updated": "2022-09-01T10:42:01.251787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/912ebb4f-1274-4717-919f-2cb12f3e23a1/?format=api"
        },
        {
            "id": "d50d5f8a-b3d0-4ac5-b294-6856a0c025fa",
            "gambit_id": "994663a5-0da1-4218-912f-47e06f1763e0",
            "last_updated": "2022-09-01T10:42:01.252722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/912ebb4f-1274-4717-919f-2cb12f3e23a1/?format=api"
        }
    ]
}