GET /api/bet_types/79b36f2b-5fb7-40d4-ba1a-5b7bdd6df251/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79b36f2b-5fb7-40d4-ba1a-5b7bdd6df251",
    "match": "https://api-prod.gambitprofit.com/api/matches/284d0210-26e7-4526-8ca4-648bd920fee6/?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": "Georgia",
                "amount": 5000.0
            },
            {
                "team": "Missouri",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "12fb28cb-4ebb-40b7-b11a-bca0deb42fa2",
            "gambit_id": "7847cff5-4efd-4a9a-ac6a-13c3309e13ed",
            "last_updated": "2022-10-03T11:12:31.432177-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b36f2b-5fb7-40d4-ba1a-5b7bdd6df251/?format=api"
        },
        {
            "id": "7fc0a815-259e-403b-89d1-08eca5dfe3d5",
            "gambit_id": "87afeeff-8971-46da-8057-ce3d4a257892",
            "last_updated": "2022-10-03T11:12:31.433111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b36f2b-5fb7-40d4-ba1a-5b7bdd6df251/?format=api"
        }
    ]
}