GET /api/bet_types/d6c4b3bb-0969-49a9-964b-3a12f0b86db0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6c4b3bb-0969-49a9-964b-3a12f0b86db0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f9f452c-9af7-477a-bd51-4316ce9f0734/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:01.917497-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": "Philadelphia 76ers",
                "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": "faedda63-f2ab-4aca-b629-6db4c51fd6dd",
            "gambit_id": "7def5a67-e7c9-41c0-b474-5b7da8e3c25d",
            "last_updated": "2023-12-28T18:38:10.152136-05:00",
            "created_at": "2023-12-27T09:03:01.922652-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6c4b3bb-0969-49a9-964b-3a12f0b86db0/?format=api"
        },
        {
            "id": "530a69f2-8c74-42fb-bbc4-543193a517d8",
            "gambit_id": "b877c996-6d1f-40a4-bccc-524ce0af00fb",
            "last_updated": "2023-12-28T18:38:10.155507-05:00",
            "created_at": "2023-12-27T09:03:01.927295-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6c4b3bb-0969-49a9-964b-3a12f0b86db0/?format=api"
        }
    ]
}