GET /api/bet_types/49614c14-c041-4c6f-ad21-b10c2c0c10a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49614c14-c041-4c6f-ad21-b10c2c0c10a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1492e5af-932d-4933-b653-51e25285e663/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:04.014733-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4eb04fef-473c-4dcd-ab6e-137b7c5a4fd8",
            "gambit_id": "aee3b6ab-03c3-4679-8195-6472a8029555",
            "last_updated": "2024-01-23T20:08:14.913324-05:00",
            "created_at": "2024-01-22T08:43:04.019639-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49614c14-c041-4c6f-ad21-b10c2c0c10a8/?format=api"
        },
        {
            "id": "cab0b2aa-7799-4b07-b729-facbb3c590a7",
            "gambit_id": "c45ae600-01ad-4ced-81d0-097fc0163736",
            "last_updated": "2024-01-23T20:08:14.916568-05:00",
            "created_at": "2024-01-22T08:43:04.024499-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49614c14-c041-4c6f-ad21-b10c2c0c10a8/?format=api"
        }
    ]
}