GET /api/bet_types/b6717fde-e6eb-4250-a8db-dcec4a90cfb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6717fde-e6eb-4250-a8db-dcec4a90cfb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c64c317d-a38c-4348-a049-c3d471c1c0f3/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "10d247f9-01ef-46c5-9e68-bcc64e73af5c",
            "gambit_id": "68803d3d-3527-411d-87dd-54121687455c",
            "last_updated": "2022-11-22T10:02:04.104925-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6717fde-e6eb-4250-a8db-dcec4a90cfb4/?format=api"
        },
        {
            "id": "41634198-3c80-4bf7-96d7-d4e0e78069c4",
            "gambit_id": "098dd7be-fb19-4644-a8f0-c73f688150b3",
            "last_updated": "2022-11-22T10:02:04.105927-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6717fde-e6eb-4250-a8db-dcec4a90cfb4/?format=api"
        }
    ]
}