GET /api/bet_types/6ed3a107-807b-40c9-ba38-ae4fe91e323e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ed3a107-807b-40c9-ba38-ae4fe91e323e",
    "match": "https://api-prod.gambitprofit.com/api/matches/54bac1fd-b44c-402c-81e0-e77df3a5329e/?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": "Oregon",
                "amount": 5000.0
            },
            {
                "team": "California",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "89a84fc5-ca63-40a7-943b-e6782a41c938",
            "gambit_id": "9dd731f1-9fb8-4462-84f9-68422f1bd9fd",
            "last_updated": "2022-10-31T10:32:22.996560-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed3a107-807b-40c9-ba38-ae4fe91e323e/?format=api"
        },
        {
            "id": "54a24039-77b3-4d72-ab7c-0521aaca0241",
            "gambit_id": "2bcb3bd2-29fa-4068-9ae1-1ddef0cead8a",
            "last_updated": "2022-10-31T10:32:22.995440-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed3a107-807b-40c9-ba38-ae4fe91e323e/?format=api"
        }
    ]
}