GET /api/bet_types/d8c2dd6b-8960-4c38-8dfa-036482f79261/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8c2dd6b-8960-4c38-8dfa-036482f79261",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f625b3e-3270-488e-bf74-b2667003c17f/?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": "Texas St",
                "amount": 5000.0
            },
            {
                "team": "Appalachian St",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f4eb8c9-302b-4c7e-bbfb-8125698a2702",
            "gambit_id": "1c4b1b47-c73d-4bad-bc63-551f54adece7",
            "last_updated": "2022-10-11T11:27:06.440489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c2dd6b-8960-4c38-8dfa-036482f79261/?format=api"
        },
        {
            "id": "4e34f68d-ba58-424d-ad0b-913273fed897",
            "gambit_id": "1bb1f870-6da6-4a08-9fc0-32ce8d286ff8",
            "last_updated": "2022-10-11T11:27:06.441446-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c2dd6b-8960-4c38-8dfa-036482f79261/?format=api"
        }
    ]
}