GET /api/bet_types/ebed69cd-926b-42d2-af69-bcfba4086c5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebed69cd-926b-42d2-af69-bcfba4086c5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/25c641b9-e548-4af2-8ca9-570e78c5c4e5/?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": "TOR",
                "amount": 6114.0
            },
            {
                "team": "TAM",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e290f46a-4498-4d1d-af75-6b7740c18266",
            "gambit_id": "2e6a16f4-ad13-49e7-aee4-a97fa86d1d09",
            "last_updated": "2022-09-24T21:12:26.160344-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebed69cd-926b-42d2-af69-bcfba4086c5d/?format=api"
        },
        {
            "id": "c732cc39-7a91-4244-b101-d060dd80cb05",
            "gambit_id": "4fb4263c-29c2-4ace-be93-770867d7d84d",
            "last_updated": "2022-09-24T21:12:26.161425-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebed69cd-926b-42d2-af69-bcfba4086c5d/?format=api"
        }
    ]
}