GET /api/bet_types/17a08f72-019e-4343-aee0-e284a4a6e318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17a08f72-019e-4343-aee0-e284a4a6e318",
    "match": "https://api-prod.gambitprofit.com/api/matches/df14a131-2014-440a-a782-ccf33d44ab1f/?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": "Liberty",
                "amount": 5000.0
            },
            {
                "team": "Virginia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf1571f5-5610-4ab7-b86a-bd70615f572e",
            "gambit_id": "b921b612-377d-45af-b6ca-d6dd8b48222e",
            "last_updated": "2022-11-21T12:04:05.155415-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a08f72-019e-4343-aee0-e284a4a6e318/?format=api"
        },
        {
            "id": "5287fc7e-6e61-4acd-8714-54bbb3bc7b79",
            "gambit_id": "da3497ce-8d1e-4c39-9089-5270905dcc69",
            "last_updated": "2022-11-21T12:04:05.156400-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a08f72-019e-4343-aee0-e284a4a6e318/?format=api"
        }
    ]
}