GET /api/bet_types/a68d5a56-0fe2-4295-ae2c-ccd14d68d3fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a68d5a56-0fe2-4295-ae2c-ccd14d68d3fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/18f4446b-d0fa-44f5-915e-c995262d6aca/?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": "Duke",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc9d3f53-e647-4f16-82a5-5ba4732fa895",
            "gambit_id": "d20ccd90-7162-4e93-a22f-5a879fa83d39",
            "last_updated": "2022-11-21T12:04:03.821476-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68d5a56-0fe2-4295-ae2c-ccd14d68d3fd/?format=api"
        },
        {
            "id": "a93c92f9-623b-416c-af3e-ae1d0e045ec1",
            "gambit_id": "d67af064-893a-4440-98e2-3fd397eada23",
            "last_updated": "2022-11-21T12:04:03.819770-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68d5a56-0fe2-4295-ae2c-ccd14d68d3fd/?format=api"
        }
    ]
}