GET /api/bet_types/27afc1d0-adc7-445a-bbfb-1c48a409f671/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27afc1d0-adc7-445a-bbfb-1c48a409f671",
    "match": "https://api-prod.gambitprofit.com/api/matches/f12caa5b-8d60-4da4-b6db-6779e66dbc37/?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": "San Francisco 49ers",
                "amount": 5208.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d54b0ff-962f-43b6-9be2-eaeabb977739",
            "gambit_id": "896c0b6b-cf6e-44c9-88e6-5cc0245a68cf",
            "last_updated": "2022-12-12T10:22:12.285732-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27afc1d0-adc7-445a-bbfb-1c48a409f671/?format=api"
        },
        {
            "id": "79f1607c-13db-4eb8-8993-2ec1ae2d64bd",
            "gambit_id": "c2eb8854-63de-4ea7-81ae-f7fd69d508f5",
            "last_updated": "2022-12-12T10:22:12.286793-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27afc1d0-adc7-445a-bbfb-1c48a409f671/?format=api"
        }
    ]
}