GET /api/bet_types/3a22281f-5cf2-4463-b451-532cec17a58d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a22281f-5cf2-4463-b451-532cec17a58d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece13d55-2496-4c78-bc40-08ef01815b84/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T22:06:56.473414-04: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": "Seattle Sea Dragons",
                "amount": 5000.0
            },
            {
                "team": "Vegas Vipers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ea32a2c-6bd7-4439-b93b-c9e3c1b2ee57",
            "gambit_id": "c811f125-5b5d-4a0b-bf89-cc92d63ec15b",
            "last_updated": "2023-04-24T18:52:08.252101-04:00",
            "created_at": "2023-04-21T22:06:56.475216-04:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a22281f-5cf2-4463-b451-532cec17a58d/?format=api"
        },
        {
            "id": "74097f9b-ee84-4609-b8d2-2af5bc81f929",
            "gambit_id": "2f0ed62f-d37a-4333-aba1-153bf1f4ec11",
            "last_updated": "2023-04-24T18:52:08.254246-04:00",
            "created_at": "2023-04-21T22:06:56.477258-04:00",
            "name": "Vegas Vipers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a22281f-5cf2-4463-b451-532cec17a58d/?format=api"
        }
    ]
}