GET /api/bet_types/ba680dd4-48fa-4120-8629-9a2128b6b909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba680dd4-48fa-4120-8629-9a2128b6b909",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b6bb787-72f3-4183-92ff-086a0a0e18e4/?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": 5109.0
            },
            {
                "team": "Florida Atlantic",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab512a73-8ce2-449d-b2f7-f1577fa6e16e",
            "gambit_id": "5835abf2-9328-4136-af77-05beae40d2fb",
            "last_updated": "2022-08-28T11:27:15.971084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba680dd4-48fa-4120-8629-9a2128b6b909/?format=api"
        },
        {
            "id": "7291677f-9613-4de5-8bfc-87468fb118da",
            "gambit_id": "63c565b0-c836-4918-8280-96ba7623321d",
            "last_updated": "2022-08-28T11:27:15.971579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba680dd4-48fa-4120-8629-9a2128b6b909/?format=api"
        }
    ]
}