GET /api/bet_types/0b4152bf-470c-44cb-8b2c-193e9ed8498a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b4152bf-470c-44cb-8b2c-193e9ed8498a",
    "match": "https://api-prod.gambitprofit.com/api/matches/062a94e6-f661-401c-89af-8ded5fbc35e6/?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": "Charlotte",
                "amount": 5000.0
            },
            {
                "team": "Georgia State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "97acd86c-f4a7-4ccc-b542-cfa33e1d626f",
            "gambit_id": "eb6eff44-8f80-4bcc-adf4-68f884b6d7ad",
            "last_updated": "2022-09-18T13:07:28.763339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b4152bf-470c-44cb-8b2c-193e9ed8498a/?format=api"
        },
        {
            "id": "0fa0bc26-b564-4fab-be29-89341b0df51b",
            "gambit_id": "ad1642ed-0740-49c3-ae38-63c9ec33f5b5",
            "last_updated": "2022-09-18T13:07:28.762405-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b4152bf-470c-44cb-8b2c-193e9ed8498a/?format=api"
        }
    ]
}