GET /api/bet_types/5b59ef4a-f73b-4034-ad06-722c36b9da47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b59ef4a-f73b-4034-ad06-722c36b9da47",
    "match": "https://api-prod.gambitprofit.com/api/matches/e98c5b45-94bf-485e-bb1c-8b865483fdb8/?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": "CLE",
                "amount": 5863.0
            },
            {
                "team": "NYY",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "6427d8a4-2a32-454a-ad92-48360b81de4d",
            "gambit_id": "b7353a04-7801-4314-813b-fd6edbc707e9",
            "last_updated": "2022-10-19T09:37:26.125559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b59ef4a-f73b-4034-ad06-722c36b9da47/?format=api"
        },
        {
            "id": "4064c298-641b-441d-9b4f-fca498da9597",
            "gambit_id": "81165f5a-addf-4925-a50c-d2d669420251",
            "last_updated": "2022-10-19T09:37:26.124331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b59ef4a-f73b-4034-ad06-722c36b9da47/?format=api"
        }
    ]
}