GET /api/bet_types/c1fde82c-8f7d-4931-8407-d169f655a20f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1fde82c-8f7d-4931-8407-d169f655a20f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c158e75-8894-4f5a-9f83-e2cc807f5428/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:05.781428-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": "Montreal Canadiens",
                "amount": 5688.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "7df554cc-05e6-4d73-8fc1-d58473db8236",
            "gambit_id": "140ee5eb-4a36-4c33-9e1b-9e0274fdc4f4",
            "last_updated": "2023-11-13T14:03:14.236263-05:00",
            "created_at": "2023-11-11T08:53:05.790403-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1fde82c-8f7d-4931-8407-d169f655a20f/?format=api"
        },
        {
            "id": "7578b7a3-49d1-40aa-a98e-5e3ca68ba2ef",
            "gambit_id": "2098f2a2-7b9e-4215-ad78-f2421d842cf2",
            "last_updated": "2023-11-13T14:03:14.232974-05:00",
            "created_at": "2023-11-11T08:53:05.785034-05:00",
            "name": "Boston Bruins",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1fde82c-8f7d-4931-8407-d169f655a20f/?format=api"
        }
    ]
}