GET /api/bet_types/305c9041-c741-4139-a864-87864cb59106/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "305c9041-c741-4139-a864-87864cb59106",
    "match": "https://api-prod.gambitprofit.com/api/matches/240ad38f-4fa5-47be-8fce-21ee4af28fe5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T09:58:15.127111-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": "SFO",
                "amount": 6154.0
            },
            {
                "team": "BOS",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "aafc69c3-e2da-498e-9153-c62b916c50c1",
            "gambit_id": "6555ec33-6772-4345-9e57-a341e8278d95",
            "last_updated": "2023-07-31T18:08:15.021092-04:00",
            "created_at": "2023-07-30T09:58:15.134848-04:00",
            "name": "SFO",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/305c9041-c741-4139-a864-87864cb59106/?format=api"
        },
        {
            "id": "d5281266-f420-4da5-91f1-6755a39ace2f",
            "gambit_id": "4b37eadb-34ff-4ecd-9f04-cb0d14e500dc",
            "last_updated": "2023-07-31T18:08:15.017234-04:00",
            "created_at": "2023-07-30T09:58:15.130878-04:00",
            "name": "BOS",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/305c9041-c741-4139-a864-87864cb59106/?format=api"
        }
    ]
}