GET /api/bet_types/c6f69364-4afc-4166-a47b-2a96a2701805/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6f69364-4afc-4166-a47b-2a96a2701805",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0101ab1-bb84-4f09-9774-f789d3c6910a/?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": 6104.0
            },
            {
                "team": "SDG",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c759874-02e8-4bce-9912-84128b1ca89b",
            "gambit_id": "276b338b-a393-4162-9706-83d2068e4524",
            "last_updated": "2022-10-22T09:12:26.613986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f69364-4afc-4166-a47b-2a96a2701805/?format=api"
        },
        {
            "id": "63d4e140-d352-47b4-ae76-ef7be78e9747",
            "gambit_id": "c464f1e4-7193-4ed5-9e71-184ab38a484d",
            "last_updated": "2022-10-22T09:12:26.614983-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f69364-4afc-4166-a47b-2a96a2701805/?format=api"
        }
    ]
}