GET /api/bet_types/36547c24-b1b5-42f3-9aaa-88d40283ec03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36547c24-b1b5-42f3-9aaa-88d40283ec03",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfabea78-e74c-44d7-bb72-01956a9102c4/?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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "New York Giants",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bada8d1-b357-45a6-8557-a16a25cdca17",
            "gambit_id": "4c62dd49-7708-4507-a0b2-f3b4f60d8876",
            "last_updated": "2022-10-11T12:01:58.072764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36547c24-b1b5-42f3-9aaa-88d40283ec03/?format=api"
        },
        {
            "id": "78faf2dd-3f16-4cac-8498-62a5f0704af7",
            "gambit_id": "1ae7519e-22d4-4dc9-a170-d45e55340d07",
            "last_updated": "2022-10-11T12:01:58.073744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36547c24-b1b5-42f3-9aaa-88d40283ec03/?format=api"
        }
    ]
}