GET /api/bet_types/3977d057-753f-4775-8eb1-80a92b1e07cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3977d057-753f-4775-8eb1-80a92b1e07cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/77480344-ef97-42ed-a5c7-3988d9d02d1a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:18.438268-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 (A Cobb)",
                "amount": 6434.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "a62e52bb-8516-42bb-a362-20ee9dddb1a2",
            "gambit_id": "82c6f148-23d4-4d23-9135-7e4d30f98e4b",
            "last_updated": "2023-08-07T19:23:07.724391-04:00",
            "created_at": "2023-08-06T08:38:18.444820-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3977d057-753f-4775-8eb1-80a92b1e07cb/?format=api"
        },
        {
            "id": "8d9916d6-9078-4b40-9fc7-132360b2df15",
            "gambit_id": "6d80684e-e0a6-40ab-aa2f-11552da12187",
            "last_updated": "2023-08-07T19:23:07.728065-04:00",
            "created_at": "2023-08-06T08:38:18.453533-04:00",
            "name": "OAK (L Medina)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3977d057-753f-4775-8eb1-80a92b1e07cb/?format=api"
        }
    ]
}