GET /api/bet_types/323b87d5-c445-4ac9-836a-e930c9de60c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "323b87d5-c445-4ac9-836a-e930c9de60c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9a08d63-0ca9-415d-b598-8d149c6faf0d/?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": "Florida Intl",
                "amount": 5000.0
            },
            {
                "team": "Western Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "099db9e3-4eb7-46f5-9eb5-341e8ac0dd3d",
            "gambit_id": "9b0f3733-bfc5-4ba1-b9f7-1361202a7c32",
            "last_updated": "2022-09-25T19:57:08.398050-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "31.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/323b87d5-c445-4ac9-836a-e930c9de60c3/?format=api"
        },
        {
            "id": "db18f25a-9c58-4f64-bbcc-483cafef8375",
            "gambit_id": "bc70bf65-bf24-4d6e-b9fa-5bd3b9aadfad",
            "last_updated": "2022-09-25T19:57:08.396789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-31.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/323b87d5-c445-4ac9-836a-e930c9de60c3/?format=api"
        }
    ]
}