GET /api/bet_types/0b54d59e-54f2-42ba-98f8-17b3ae0770a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b54d59e-54f2-42ba-98f8-17b3ae0770a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad9e36fd-b42f-4dd3-9331-b096171c5336/?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": "South Florida",
                "amount": 5000.0
            },
            {
                "team": "BYU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "93e8a679-36fc-4dcc-9a5c-c7960df721db",
            "gambit_id": "06474a72-eebc-4448-a78b-568a937b1f43",
            "last_updated": "2022-09-05T09:47:27.960459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b54d59e-54f2-42ba-98f8-17b3ae0770a3/?format=api"
        },
        {
            "id": "01d0ad88-ccc1-4cc9-ae9a-8859a2d9d09c",
            "gambit_id": "d6decc21-5827-49d7-80d4-2317bac2ef07",
            "last_updated": "2022-09-05T09:47:27.961414-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b54d59e-54f2-42ba-98f8-17b3ae0770a3/?format=api"
        }
    ]
}