GET /api/bet_types/a712d1c3-1b92-4967-8a6c-9d05e5fe415e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a712d1c3-1b92-4967-8a6c-9d05e5fe415e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e09d8f84-220d-49ec-9118-00592a19fae5/?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": "MIL",
                "amount": 5838.0
            },
            {
                "team": "PIT",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "45575928-0777-4c29-a95d-7de2dfbab9ad",
            "gambit_id": "baee77ae-52c8-4c5d-83d8-1fd5787b4cbd",
            "last_updated": "2022-08-05T10:11:53.493893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a712d1c3-1b92-4967-8a6c-9d05e5fe415e/?format=api"
        },
        {
            "id": "0e90f9c6-71d1-4f0a-9dd6-32f137257ad7",
            "gambit_id": "42b3ea87-8f4c-4150-85b6-c87ac83b3c6e",
            "last_updated": "2022-08-05T10:11:53.493469-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a712d1c3-1b92-4967-8a6c-9d05e5fe415e/?format=api"
        }
    ]
}