GET /api/bet_types/1066d5d5-c712-4f55-bb86-67602c0c4820/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1066d5d5-c712-4f55-bb86-67602c0c4820",
    "match": "https://api-prod.gambitprofit.com/api/matches/451c4f57-59f9-4ed2-b8c8-15cd774dbe13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:02:00.958794-04: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": "TOR",
                "amount": 6163.0
            },
            {
                "team": "LAA",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "641c7360-dfef-4367-b576-351b3872b57a",
            "gambit_id": "3c7c8df0-24d7-4b03-9407-95c175e48571",
            "last_updated": "2023-04-09T11:22:10.530268-04:00",
            "created_at": "2023-04-08T09:02:00.962022-04:00",
            "name": "TOR",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1066d5d5-c712-4f55-bb86-67602c0c4820/?format=api"
        },
        {
            "id": "8ff1ceda-7dcf-4700-91ff-633aeb448915",
            "gambit_id": "506dd569-348b-4632-870c-e4aa236ffd9c",
            "last_updated": "2023-04-09T11:22:10.528021-04:00",
            "created_at": "2023-04-08T09:02:00.960448-04:00",
            "name": "LAA",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1066d5d5-c712-4f55-bb86-67602c0c4820/?format=api"
        }
    ]
}