GET /api/bet_types/3d8b963f-3b28-495c-8f8f-b4f9157a2a0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d8b963f-3b28-495c-8f8f-b4f9157a2a0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/83a6974f-95fa-4917-a77b-9d137760b960/?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": "Washington",
                "amount": 5000.0
            },
            {
                "team": "Stanford",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd32967b-a392-49bb-8357-4028ff78c763",
            "gambit_id": "6c2c2ae6-b263-48ef-a127-8442b2819b38",
            "last_updated": "2022-09-25T21:32:24.979163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8b963f-3b28-495c-8f8f-b4f9157a2a0e/?format=api"
        },
        {
            "id": "252a5870-e823-40e9-8e65-7e05351c270c",
            "gambit_id": "8ad8bb6d-288b-4294-9bd1-59cbb0cd73df",
            "last_updated": "2022-09-25T21:32:24.980197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8b963f-3b28-495c-8f8f-b4f9157a2a0e/?format=api"
        }
    ]
}