GET /api/bet_types/03c0acd9-5b07-4d1b-9200-3246dde67e9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03c0acd9-5b07-4d1b-9200-3246dde67e9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/00be9359-7b90-450a-88cc-e7809c75426c/?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": "Nevada",
                "amount": 5000.0
            },
            {
                "team": "Boise State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "004f61ed-82c4-46a1-a821-b5fb41348ff8",
            "gambit_id": "a2a47842-9348-480f-8ecd-d16919c7d6cf",
            "last_updated": "2022-11-14T09:24:09.236449-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03c0acd9-5b07-4d1b-9200-3246dde67e9f/?format=api"
        },
        {
            "id": "b9fb2a37-7c7f-4724-9e42-df07a11726b6",
            "gambit_id": "7fa0763d-8d37-470b-b8fe-1e88ee47628e",
            "last_updated": "2022-11-14T09:24:09.237443-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03c0acd9-5b07-4d1b-9200-3246dde67e9f/?format=api"
        }
    ]
}