GET /api/bet_types/a2e522dc-d831-4973-bbc0-fa93a589f6ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2e522dc-d831-4973-bbc0-fa93a589f6ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/45c9c8e9-6deb-4c1c-bdb7-305e3c7cd9fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-01T09:47:54.994274-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7069940f-bf53-4bcc-b18a-087124f57e5e",
            "gambit_id": "05e5019b-3777-45af-a991-07467b178f25",
            "last_updated": "2023-12-02T10:18:08.733201-05:00",
            "created_at": "2023-12-01T09:47:54.999780-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2e522dc-d831-4973-bbc0-fa93a589f6ea/?format=api"
        },
        {
            "id": "60912745-0dca-4c5c-89e9-909676b4d4eb",
            "gambit_id": "0500cc30-b775-4679-ab3a-014a1a8f56be",
            "last_updated": "2023-12-02T10:18:08.738214-05:00",
            "created_at": "2023-12-01T09:47:55.016094-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2e522dc-d831-4973-bbc0-fa93a589f6ea/?format=api"
        }
    ]
}