GET /api/bet_types/a83845bb-4a1b-47f1-8cf6-97944fd5bdb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a83845bb-4a1b-47f1-8cf6-97944fd5bdb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fa74844-0386-47be-8272-2dc6f53d7759/?format=api",
    "name": "Pick the Winner",
    "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": "Boston Celtics",
                "amount": 7563.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9528.67,
        "profit_sb": 28.67,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "385f5775-0fcf-4cda-bad7-0c73ce1fb8bc",
            "gambit_id": "929c1585-7dc1-4953-9358-535e9cb7c9b4",
            "last_updated": "2022-10-24T10:07:08.841590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.26000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83845bb-4a1b-47f1-8cf6-97944fd5bdb7/?format=api"
        },
        {
            "id": "802ed10e-dd4f-42c6-8ace-91c14ec8136f",
            "gambit_id": "07c39ed1-2462-49f0-9e86-971593d1bf9f",
            "last_updated": "2022-10-24T10:07:08.840578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83845bb-4a1b-47f1-8cf6-97944fd5bdb7/?format=api"
        }
    ]
}