GET /api/bet_types/f3818b77-07b6-4d4f-8e97-97aee12c8018/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3818b77-07b6-4d4f-8e97-97aee12c8018",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0c6e597-9370-42b9-8178-c9517f72f18c/?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": "San Jose State",
                "amount": 5000.0
            },
            {
                "team": "Wyoming",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e402cb7-7020-4a6b-bd86-ac3c961ab796",
            "gambit_id": "8529dc83-5988-4713-9238-6a039b027cfc",
            "last_updated": "2022-10-03T11:07:37.556937-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3818b77-07b6-4d4f-8e97-97aee12c8018/?format=api"
        },
        {
            "id": "3b01d246-e56e-485b-aaf9-f58c15a38ab8",
            "gambit_id": "3c6a6b78-5a3f-4721-9715-eb92e4a91c2d",
            "last_updated": "2022-10-03T11:07:37.555940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3818b77-07b6-4d4f-8e97-97aee12c8018/?format=api"
        }
    ]
}