GET /api/bet_types/13f6f3f9-06dc-4b78-bacb-656dd2956706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13f6f3f9-06dc-4b78-bacb-656dd2956706",
    "match": "https://api-prod.gambitprofit.com/api/matches/5abedab7-d810-4fee-ba7f-2d77f2c07431/?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": "Rutgers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bb16db5-8b09-4105-aa9a-de7be4b3da8b",
            "gambit_id": "8267845c-f9e6-47bf-835c-dadcbd767b2f",
            "last_updated": "2022-10-31T10:37:24.649014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13f6f3f9-06dc-4b78-bacb-656dd2956706/?format=api"
        },
        {
            "id": "9b971643-09a1-4db6-913a-40f2a06ab27e",
            "gambit_id": "26f58f30-195d-4af4-a1b0-fad70e1d834a",
            "last_updated": "2022-10-31T10:37:24.648064-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13f6f3f9-06dc-4b78-bacb-656dd2956706/?format=api"
        }
    ]
}