GET /api/bet_types/f195629d-ebfc-4c86-aee5-ebc0d24e37b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f195629d-ebfc-4c86-aee5-ebc0d24e37b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f88eb534-e7bc-4732-89cc-5ad5f8f59afe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:07.576927-04: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": "TAM",
                "amount": 6232.0
            },
            {
                "team": "TOR",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4999658-c785-400e-afc4-15fb9768a1ff",
            "gambit_id": "64e1e651-cb87-46cd-a722-453c0a54fad8",
            "last_updated": "2023-09-30T10:53:15.028113-04:00",
            "created_at": "2023-09-29T09:23:07.582654-04:00",
            "name": "TAM",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f195629d-ebfc-4c86-aee5-ebc0d24e37b1/?format=api"
        },
        {
            "id": "10ba9d04-7178-42c6-93bb-6cdf10113314",
            "gambit_id": "5eb53373-0e7b-4794-87d1-f6bb3019a3bc",
            "last_updated": "2023-09-30T10:53:15.031261-04:00",
            "created_at": "2023-09-29T09:23:07.587191-04:00",
            "name": "TOR",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f195629d-ebfc-4c86-aee5-ebc0d24e37b1/?format=api"
        }
    ]
}