GET /api/bet_types/fc965cef-c19d-4ed5-a224-e3d86276b25c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc965cef-c19d-4ed5-a224-e3d86276b25c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf2f0f3-c576-4ae7-971b-168af2f34601/?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": "Army",
                "amount": 5000.0
            },
            {
                "team": "Massachusetts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a240dfa-003a-4e04-8adc-365f5b615c73",
            "gambit_id": "f556ff94-c11a-4c54-acfc-0546edcd1f55",
            "last_updated": "2022-11-28T10:12:09.297235-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc965cef-c19d-4ed5-a224-e3d86276b25c/?format=api"
        },
        {
            "id": "ba0d7188-8cd9-4dd5-84e0-6f7609c1c21a",
            "gambit_id": "25ce7337-ffc2-4301-b2ef-bf5b5d6f2363",
            "last_updated": "2022-11-28T10:12:09.296208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc965cef-c19d-4ed5-a224-e3d86276b25c/?format=api"
        }
    ]
}