GET /api/bet_types/7e71fe1c-c102-41aa-b069-475e6bfca039/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e71fe1c-c102-41aa-b069-475e6bfca039",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9256cdf-6c3e-4bbe-b68b-c9e4a742f71d/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c73c619-5051-44ae-b8fc-329cf81765ff",
            "gambit_id": "6ff7fa94-5b7e-4d67-bfeb-0667e79fc0dd",
            "last_updated": "2022-12-10T18:36:58.651285-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e71fe1c-c102-41aa-b069-475e6bfca039/?format=api"
        },
        {
            "id": "24583adc-c130-4a53-a9f0-f2a625c09977",
            "gambit_id": "58af41e9-7297-4195-8744-6ab66755c5aa",
            "last_updated": "2022-12-10T18:36:58.652430-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e71fe1c-c102-41aa-b069-475e6bfca039/?format=api"
        }
    ]
}