GET /api/bet_types/c0b7d855-a423-4c83-96e9-3c3844dbd40f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0b7d855-a423-4c83-96e9-3c3844dbd40f",
    "match": "https://api-prod.gambitprofit.com/api/matches/45c9fa54-9cf7-4c9d-8b46-77ef80ee0074/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:03.775497-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": "SE Missouri State",
                "amount": 5000.0
            },
            {
                "team": "Texas A&M Corpus Christi",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6ca3dfb-e1b9-46c8-b33d-728abfe0e3e6",
            "gambit_id": "d5368da9-5cc4-4f99-9dcc-90473cf51d3b",
            "last_updated": "2023-03-15T09:51:55.817153-04:00",
            "created_at": "2023-03-13T09:22:03.777166-04:00",
            "name": "SE Missouri State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b7d855-a423-4c83-96e9-3c3844dbd40f/?format=api"
        },
        {
            "id": "80345765-94dc-40a6-8136-533fe7bb15a9",
            "gambit_id": "d8eb21b2-8612-439f-88e3-4bc91bafe342",
            "last_updated": "2023-03-15T09:51:55.819491-04:00",
            "created_at": "2023-03-13T09:22:03.778869-04:00",
            "name": "Texas A&M Corpus Christi",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0b7d855-a423-4c83-96e9-3c3844dbd40f/?format=api"
        }
    ]
}