GET /api/bet_types/1b8ff133-c8c8-4c53-9467-e5d3055599e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b8ff133-c8c8-4c53-9467-e5d3055599e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d393c1dd-aea5-4cdb-8d06-648c8fdf756b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:21.108461-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e80f837-59b3-4f6a-9179-af1138ceeb56",
            "gambit_id": "14774e1f-19a9-4cf6-971d-590f40f97663",
            "last_updated": "2023-11-23T16:08:03.829729-05:00",
            "created_at": "2023-11-22T09:08:21.111843-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8ff133-c8c8-4c53-9467-e5d3055599e9/?format=api"
        },
        {
            "id": "10867610-b536-42c0-80b3-355558399427",
            "gambit_id": "2f78da5e-5963-4846-bcbe-74449b92a760",
            "last_updated": "2023-11-23T16:08:03.833002-05:00",
            "created_at": "2023-11-22T09:08:21.117372-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b8ff133-c8c8-4c53-9467-e5d3055599e9/?format=api"
        }
    ]
}